home *** CD-ROM | disk | FTP | other *** search
/ Virtual Ecstasy: Sexy Collection / Virtual Ecstasy: Sexy Collection 1.iso / mac / SC_MAC / SC_MAC.DXR / 00003_ol_off.ls < prev    next >
Encoding:
Text File  |  1995-07-09  |  248 b   |  10 lines

  1. on mouseDown
  2.   repeat while stillDown()
  3.     set the castNum of sprite clickOn() to the number of cast "ol_on"
  4.     updateStage()
  5.   end repeat
  6.   set the castNum of sprite clickOn() to the number of cast "ol_off"
  7.   updateStage()
  8.   play frame "OL"
  9. end
  10.